projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e7c39
)
(insert-buffer): Fix typo in previous change.
author
Erik Naggum
<erik@naggum.no>
Mon, 18 Mar 1996 19:32:24 +0000
(19:32 +0000)
committer
Erik Naggum
<erik@naggum.no>
Mon, 18 Mar 1996 19:32:24 +0000
(19:32 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index e28d2638d67a9229878d325b1e95feb5fbce229d..5617efa773dbce319c75839b38cbfeccd440e4a2 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1373,7
+1373,7
@@
With argument, rotate that many kills forward (or backward, if negative)."
"Insert after point the contents of BUFFER.
Puts mark after the inserted text.
BUFFER may be a buffer or a buffer name."
-(interactive
+
(interactive
(list
(progn
(barf-if-buffer-read-only)